home *** CD-ROM | disk | FTP | other *** search
/ Sounds Terrific 1 / Sounds Terrific CD (1994)(Weird Science)(Disc 2 of 2)[!][Amiga-PC].iso / modules / p / piano14.mod < prev    next >
Text File  |  1994-08-04  |  3KB  |  83 lines

  1. PIANO14.MOD - Do a '/COLORS' in message & change colors..:)
  2. Piano Man #38 @6870
  3. Fri Dec 27 14:38:32 1991
  4. 7****************************************************************************
  5. 6                               PIANO14.MOD
  6. 1Written by : 3Piano Man 1@6851 (1Ice7NET3)
  7. 1Written for: 3WWIV v4.2e (should work with older versions with no problems)
  8. 1Difficulty : 3Easy!
  9. 1Date       : 3December 21th, 1991 (Merry Christmas!)
  10. 1While      : 3I was in a car wreck last night,  and now I'm sitting at home
  11.            3with RUSH (Working Man) playing in the background,  nothing
  12.            3else better to do,  so I thought I'd write a mod!  :)
  13. 1Description: 3This mod allows you to do a '/COLORS' and change your default
  14.            3colors while in the message itself.  Some guy wrote a mod
  15.            3similar,  only it was '/MACROS',  which is where I got the
  16.            3idea for this one.  Anyway,  it just saves a trip to the
  17.            3defaults,  simple mod...  Try it!
  18. 7****************************************************************************
  19.  
  20. On with the mod:
  21. Back up your source first...
  22. Load up 'MSGBASE.C' and search for this:
  23. And make the changes as they occur,  or you can mold and modify it as you wish
  24. this mod isn't engraved in stone,  so change and add what you want.
  25.  
  26. Legend:
  27. = Existing code
  28. % Modify this line
  29. - delete this line
  30. + add this line
  31. * search for this
  32.  
  33. Here:
  34.  
  35. = if (!fsed) {
  36. %   sprintf(s,"7Enter message now, max1 %u 7lines.",maxli);
  37. =   pl(s);
  38. =   nl();
  39. +   prt(7,"Enter '2/ES,/S7' to save the message.\r\n");
  40. +   prt(7,"Enter '2/HELP7' for help.\r\n");
  41. +   prt(7,"Enter '2/COLORS7' to change your default colors.\r\n");
  42. =   nl();
  43.  
  44. Now search for '/TI' and add this RIGHT above it!!  If you have the /MACROS
  45. mod in,  then this goes right after that...
  46.  
  47. =       if (stricmp(s,"/RL")==0) {
  48. =         savel=0;
  49. =         if (curli) {
  50. =           --curli;
  51. =           pl("Replace:");
  52. =         } else {
  53. =           pl("Nothing to replace.");
  54. =         }
  55. =       }
  56. +       if (stricmp(s,"/COLORS")==0) {
  57. +       savel=0;
  58. +       prt(2,"You may now edit your colors and change them as you wish...\r\n");
  59. +       change_colors();
  60. +       prt(5,"Please continue,  your new colors are now in effect...\r\n");
  61. +       }
  62. =       if (stricmp(s,"/TI")==0) {
  63. =         savel=0;
  64. =         helpl=26;
  65.  
  66. That's it!  Make changes to it,  reword it,  do whatever.  I don't mind.  But!
  67. this mod should not screw anything up,  so don't come crying to me if your
  68. house is blown up because of this mod.
  69.  
  70. Oh,  and don't worry,  I'm not hurt,  TOOOO badly.  I'll live...  My car's
  71. totaly screwed,  poor mustang....  :(  see ya!
  72.  
  73. 7Milliways ]I[ 3The Spirit of Radio
  74. 2618-259-7707
  75. 5WWIV v4.2e PIANOLIZED!
  76. 1Ice7NET @6851
  77. 2Home of 7The RUSH Fan Club NET!
  78. 1200/2400bps
  79. 524hrs
  80.  
  81. Fare well......
  82.  
  83.